home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / win86.zip / RICK.TXT < prev    next >
Text File  |  1991-07-15  |  7KB  |  151 lines

  1.  
  2.                                 SPEED CHECK
  3.                      
  4.                      If after making the suggested changes, 
  5.                      you are able to complete the following
  6.                      tasks in the specified time, then you have
  7.                      it all OK. If not go back through and double
  8.                      check everything, in particular, int's. and irq's.
  9.  
  10.                 FROM WITHIN WINDOWS........................................
  11.  
  12.     IN LESS THAN A SECOND      IN ABOUT 1 SECOND         IN ABOUT 3 SECONDS
  13.     ---------------------      -----------------         ------------------
  14.  1. Fill entire screen with  1. Cd from hard disk to   1. Roll out to dos...
  15.     paper.bmp..............     ram drive, or from     2. Bring up clock...
  16.  2. Arrange icons..........     hd to floppy disk...   3. Close a Notepad file
  17.  3. Do a dir of the ram dr.  2. View entire dir of        and bring up another
  18.  4. From Win's dos prompt,      1.2 meg. floppy from      file................
  19.     type...set and view         MSDOS.EXE...........   4. Call up Solitare....
  20.     environment............  3. View any hard disk     5. Go from dos prompt
  21.  5. type ... ver from dos       directory from MSDOS.     back into Windows...
  22.     prompt to view ver......    EXE..................
  23.                              4. Call up MSDOS.EXE....
  24.                              5. Within Sysedit.Exe,
  25.                                 switch from any program
  26.                                 to another... i.e. win.ini
  27.                                 to config.sys.............
  28.                              6. End Windows session and be
  29.                                 at dos prompt from MSDOS.
  30.                                 EXE.......................
  31.                              7. Close clock........
  32.                              8. From Program mgr., switch
  33.                                 from any module to another..
  34.                                 i.e. NON WINDOWS APP to MAIN..
  35.                              9. From Notepad, call up any text
  36.                                 text file from another drive..
  37.  
  38.  
  39. .                              COMBINED NOTES
  40.                         AUTOEXEC.BAT AND CONFIG.SYS
  41.  PCXT AUTOEXEC.BAT                           
  42.  
  43. @ECHO OFF
  44. @CLS
  45. COPY /B COMMAND.COM D:\ /V
  46. SET COMSPEC=D:\COMMAND.COM
  47. PATH D:\;D:\TEMP;C:\;C:\WINDOWS;C:\dos;..
  48. MD D:\TEMP
  49. SET TEMP=D:\TEMP
  50. .
  51. .
  52. .
  53.      Notes: 1. Re: "copy /b \command.com d:\ /v"...the 'd' is the drive that
  54.                Ramdrive creates...only if 'd' is the 'next' available drive,
  55.                if you are not sure of your 'next' available drive, setup 
  56.                config.sys first...keep your finger on the pause key..when
  57.                Ramdrive creates the drive, it will tell you what that drive 
  58.                letter is....THEN setup this autoexec.bat to read 'that next'
  59.                drive....
  60.                
  61.                YOU are then setting or copying: 
  62.                     COMSPEC, 
  63.                     the MD\TEMP, 
  64.                     the SET TEMP 
  65.                     and copying command.com
  66.                to that 'next' drive.......
  67.                      ( OK? ) .....
  68.  
  69.              2. Watch the path......also, the 'dos;..' was not a mistake 
  70.                 in the previous WIN86.ZIP file....like the textbook says..
  71.                 this makes DOS files and commands available from anywhere, 
  72.                 and the PARENT DIRECTORY of any subdirectory becomes 
  73.                 available...(remember, .. means the parent of the current 
  74.                 directory.....)
  75.  
  76.                 i.e. if you have 3 data sub dir's such as...
  77.                       \wordproc\msword\data
  78.                                \wordp\data
  79.                                \scripsit\data
  80.                 a user in any of the \data subdirs has access to files and
  81.                 commands in the respective PARENT directory....
  82.                 
  83.                 Windows does not work well appended so a ;.. 
  84.                 will have to be a very poor replacement for now.
  85.  
  86. .
  87. .     
  88.  
  89.  
  90.    PCXT CONFIG.SYS
  91.  
  92.  
  93. DEVICE=C:\?\SETVER.EXE (DOS 5.0 only)
  94. DEVICE=C:\?\EMM.SYS 
  95. DEVICE=C:\?\SMARTDRV.SYS 1384 640 /A
  96. DEVICE=C:\?\RAMDRIVE.SYS 640 /A
  97. INSTALL=C:\?\FASTOPEN.EXE C:=(150,150) /x
  98. FILES=30 
  99. BUFFERS=1  
  100. STACKS=0,0
  101. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /e:384 /p 
  102. .
  103. .
  104.  
  105.   Notes: 1. Replace \?\ with the directory the files are in
  106.          2. Re: Fastopen.exe, DOS 5.0 does not use file extents (10,15)
  107.             only files (10).
  108.          3. Use Buffers=1 to save memory (default is 8), and only if 
  109.             you are installing Smartdrv as above; in any case, do not
  110.             use the Buffers /x switch with Smartdrv........
  111.          4. You can pump up the environment to whatever is necessary
  112.             to rid the "out of environment" message...1024, etc.....
  113.          5. Break=On slows down a system and should not be used...
  114.          6. I strongly suggest using an Ansi driver other than DOS's
  115.             Ansi.sys since it slows down a system. 
  116. .
  117. .    For advanced users, I have 5 additional tips that I use daily to
  118.   speed windows and other programs. However, these practices are currently 
  119.   under test.  I expect the trial and error period to be completed by August 
  120.   1st. range. If I can present it simply enough, the file will be contributed
  121.   under the name of WIN861.zip.  If I cannot keep the instructions simple, 
  122.   and you would care to receive a copy of these additional instructions, 
  123.   please leave a message to my attention.
  124. .
  125. .    Hundreds of people have downloaded this file (in one day about 250)..
  126.   PCWEEK has doen an article on it...the interest is there to make Win
  127.   run on a PCXT so a user can be productive. I hope  that you will will share
  128.   this file with your friends so they will not be discouraged from trying
  129.   Windows on an XT.
  130.  
  131.      As to 286 and 386 users, it would be quite difficult to offer a   
  132.      configuration via a contributed file of this nature.  When I set up
  133.      a system for my clients, I use every software utiltiy you can imagine,
  134.      and it takes at least an hour, and that is in front of the pc....on site.
  135.      I regret I cannot be more specific and helpful to all the 286 and 386
  136.      users who have taken the time to write me. I can say that 'right out of
  137.      the box', the Windows setup program cannot begin to advise you on the
  138.      most important aspect of setup...int's. and irq's., including memory.
  139.      If every device you have attached is working but the system seems slow,
  140.      go back through your system hardware and software int's amd irq's. This
  141.      is where I find the major hangups are. 
  142. .
  143. .
  144. .                               Sincerely,
  145.  
  146.                                 Rick Morley
  147.                                 70154,1757
  148. .
  149.  
  150.